projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1b5f62
)
Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 10 Aug 2001 09:24:29 +0000
(09:24 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 10 Aug 2001 09:24:29 +0000
(09:24 +0000)
lisp/mouse-sel.el
patch
|
blob
|
history
diff --git
a/lisp/mouse-sel.el
b/lisp/mouse-sel.el
index d106dd06823d24ce60a6fc55cb79497a8e05d602..3f8ba8154b2b193d6dd7356f96bc10ecf0c44ad3 100644
(file)
--- a/
lisp/mouse-sel.el
+++ b/
lisp/mouse-sel.el
@@
-254,7
+254,7
@@
primary selection and region."
;; Primary selection bindings.
;; Bind keys to `ignore' instead of unsetting them because
- ;; modes my bind `down-mouse-1', for instance, without
+ ;; modes m
a
y bind `down-mouse-1', for instance, without
;; binding other `up-mouse-1' or `mouse-1'. If we unset
;; `mouse-1', this leads to a bitch_at_user when the mouse
;; goes up because no matching binding is found for that.